From 9fc57406d5b629ad0190b3b3d2d034f88896d5cb Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 29 Jul 2016 18:22:26 +0100 Subject: [PATCH] tools/console: fix help string in client There is no short '-t' option. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- tools/console/client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/console/client/main.c b/tools/console/client/main.c index f660e10c90..be3970030a 100644 --- a/tools/console/client/main.c +++ b/tools/console/client/main.c @@ -76,7 +76,7 @@ static void usage(const char *program) { "\n" " -h, --help display this help and exit\n" " -n, --num N use console number N\n" - " -t, --type TYPE console type. must be 'pv' or 'serial'\n" + " --type TYPE console type. must be 'pv' or 'serial'\n" , program); } -- 2.30.2